Set of tools for Computer Vision handling the object detection and image
Project description
PyPlatypus
Instalation
To install pyplatypus
use command:
pip install pyplatypus
See documentation at: GitHub Pages.
Development
To build and deploy your updated docs, use:
mkodcs build
Which will create site/ directory in the project folder. Then type in:
mkdocs gh-deploy
to automatically push the docs to GitHub Pages.
To build the package locally just move to its main directory run:
pip install --use-feature=in-tree-build .
Then it may be imported as any other package installed with the use of pip.
If you wish to create the source distribution (in the .egg format):
python setup.py sdist
To build a wheel run:
python setup.py bdist_wheel --universal
Important!
Before uploading the source distribution to PyPI test it using the TestPyPI using:
twine upload --repository-url https://test.pypi.org/legacy/ source/package.tar.gz
To upload all the distributions from a certain folder, for instance if you created
wheels aside from the archive source distribution, use this line:
twine upload --repository-url https://test.pypi.org/legacy/ folder/*
Then try installing from TestPyPI:
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pyplatypus
Only after testing it there should you proceed with the release:
twine upload dist/*
And then install your package!
pip install pyplatypus
Note!
Pip dependencies will be installed during the package build but there is one conda dependency that
needs to be installed by hand if you are planning to play around with the GPU.
conda install -c conda-forge tensorflow==2.9.1
We are working on creating the deployment script for this :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pyplatypus-0.1.0rc2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyplatypus-0.1.0rc2-py2.py3-none-any.whl
- Upload date:
- Size: 43.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d7212b8c49bbd8999f5d2c8ecbb41ad94485560a25b572393f6ec178a5ad7cf |
|
MD5 | bbde619952ad8ab0df96493cd5c84542 |
|
BLAKE2b-256 | bb194bd427526cf85b29b7b81c43398a61421347738851e28ff6ffae12e4f69a |