txy

🐺 Python Virtual Environment Manager.

https://github.com/Clivern/Txy

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

🐺 Python Virtual Environment Manager.

Basic Info
  • Host: GitHub
  • Owner: Clivern
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 90.8 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 7
Created over 10 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Codeowners Security Authors

README.rst

.. image:: https://img.shields.io/pypi/v/txy.svg
    :alt: PyPI-Server
    :target: https://pypi.org/project/txy/
.. image:: https://github.com/clivern/txy/actions/workflows/ci.yml/badge.svg
    :alt: Build Status
    :target: https://github.com/clivern/txy/actions/workflows/ci.yml

|

====
Txy
====

To use txy, follow the following steps:

1. Install txy python command line tool.

.. code-block::

    $ pip install txy


2. Create a virtual environment project01

.. code-block::

    $ txy create project01


3. Get virtual environment project01 info

.. code-block::

    $ txy info project01


4. Get list of virtual environments

.. code-block::

    $ txy list


5. Remove virtual environment project01

.. code-block::

    $ txy remove project01


6. Load current project environment

.. code-block::

    $ source $(txy current)

Owner

  • Name: Ahmed
  • Login: Clivern
  • Kind: user
  • Location: Cyg. X-1

Software Engineer

GitHub Events

Total
  • Release event: 6
  • Delete event: 11
  • Public event: 1
  • Push event: 14
  • Pull request event: 20
  • Create event: 16
Last Year
  • Release event: 6
  • Delete event: 11
  • Public event: 1
  • Push event: 14
  • Pull request event: 20
  • Create event: 16

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 2
  • Total pull requests: 22
  • Average time to close issues: over 7 years
  • Average time to close pull requests: 8 days
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.05
  • Merged pull requests: 18
  • Bot issues: 1
  • Bot pull requests: 22
Past Year
  • Issues: 1
  • Pull requests: 21
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 18
  • Bot issues: 1
  • Bot pull requests: 21
Top Authors
Issue Authors
  • bluszcz (1)
  • renovate[bot] (1)
Pull Request Authors
  • renovate[bot] (22)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 901 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
pypi.org: txy

Python Virtual Environment Manager.

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 901 Last month
Rankings
Dependent packages count: 10.1%
Average: 33.6%
Dependent repos count: 57.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
pyproject.toml pypi
setup.py pypi