chevroletz


Namechevroletz JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/mirukutea/chevroletz
Summarychevroletz
upload_time2024-05-08 15:30:06
maintainerNone
docs_urlNone
authorMirukutea
requires_pythonNone
licenseMIT
keywords some meaningfull keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python library quick start
This is a minimal template for uploading your python packages to pypi.org.

## To Use
* First clone this project.
```bash
# Clone this repository
git clone https://github.com/defartsa23/python-library-quick-start.git
# Go into the repository
cd python-library-quick-start
```
* Rename the folder `your-package` to the package name you want. then place all your files into a folder. Open the `__init__.py` file with a text editor of your choice. In this file, you write nothing but the import statement which has the following schema:
```python
from .Filename import Classname
```
* Replace the information in the `setup.py` file with the matching content.
* Upload your package to PyPi
```sh
python setup.py sdist
twine upload dist/*
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mirukutea/chevroletz",
    "name": "chevroletz",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "SOME, MEANINGFULL, KEYWORDS",
    "author": "Mirukutea",
    "author_email": "tea@masrizky.com",
    "download_url": "https://files.pythonhosted.org/packages/1f/dc/eecf440013ea92351cdd7227f5cd215b1c607c50962e919efac956d9e511/chevroletz-1.1.tar.gz",
    "platform": null,
    "description": "# Python library quick start\nThis is a minimal template for uploading your python packages to pypi.org.\n\n## To Use\n* First clone this project.\n```bash\n# Clone this repository\ngit clone https://github.com/defartsa23/python-library-quick-start.git\n# Go into the repository\ncd python-library-quick-start\n```\n* Rename the folder `your-package` to the package name you want. then place all your files into a folder. Open the `__init__.py` file with a text editor of your choice. In this file, you write nothing but the import statement which has the following schema:\n```python\nfrom .Filename import Classname\n```\n* Replace the information in the `setup.py` file with the matching content.\n* Upload your package to PyPi\n```sh\npython setup.py sdist\ntwine upload dist/*\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "chevroletz",
    "version": "1.1",
    "project_urls": {
        "Download": "https://github.com/mirukutea/chevroletz/archive/v_01.tar.gz",
        "Homepage": "https://github.com/mirukutea/chevroletz"
    },
    "split_keywords": [
        "some",
        " meaningfull",
        " keywords"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fdceecf440013ea92351cdd7227f5cd215b1c607c50962e919efac956d9e511",
                "md5": "abc091ca5678caf225a3bb64cf1da2e1",
                "sha256": "be9b8f2e81fbe5d1f3dc05dcd0da8c9d2a24e7e7990bb64a2f459c36bbaae0b5"
            },
            "downloads": -1,
            "filename": "chevroletz-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "abc091ca5678caf225a3bb64cf1da2e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1705,
            "upload_time": "2024-05-08T15:30:06",
            "upload_time_iso_8601": "2024-05-08T15:30:06.671166Z",
            "url": "https://files.pythonhosted.org/packages/1f/dc/eecf440013ea92351cdd7227f5cd215b1c607c50962e919efac956d9e511/chevroletz-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 15:30:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mirukutea",
    "github_project": "chevroletz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chevroletz"
}
        
Elapsed time: 0.23072s