Skip to main content

Very reusable python code

Project description

Futsu

Futsu = Japanese 普通 , means general, ordinary, usual.

You can see this lib is like Apache Commons, but in python.

https://github.com/luzi82/py.futsu

Cheat sheet

virtualenv --python python3 venv source venv/bin/activate

pip install --upgrade setuptools wheel nose twine python3 setup.py test python3 setup.py sdist bdist_wheel

python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

deactivate

mkdir tmp;cd tmp virtualenv --python python3 venv_test source venv_test/bin/activate pip install --index-url https://test.pypi.org/simple/ --no-deps futsu python3 -c "import futsu;print(futsu.name)" deactivate cd ..

source venv/bin/activate python3 -m twine upload dist/* deactivate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

futsu-0.0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

futsu-0.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page