marearts-myapp


Namemarearts-myapp JSON
Version 1.0.61 PyPI version JSON
download
home_pagehttps://github.com/MareArts/pypi_test
SummaryA short description of your application
upload_time2024-07-29 18:28:19
maintainerNone
docs_urlNone
authorMareArts
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MyApp

A brief description of what your application does.

## Installation

You can install MyApp using pip:

```
pip install myapp
```

## Usage

After installation, you can run MyApp from the command line:

```
myapp
```

Or you can use it in your Python scripts:

```python
from myapp_compiled import cy_sensitive_function

result = cy_sensitive_function(10)
print(result)
```

## Development

To set up the development environment:

1. Clone this repository
2. Install the development dependencies: `pip install -r requirements-dev.txt`
3. Run the build and test script: `./build_and_test.sh`

## License

This project is licensed under the MIT License - see the LICENSE file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MareArts/pypi_test",
    "name": "marearts-myapp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "MareArts",
    "author_email": "hello@marearts.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/71/8ae4a89a154e8aadc04151a59fdf95a4ed4ba6462750f26261cc592d1a7f/marearts_myapp-1.0.61.tar.gz",
    "platform": null,
    "description": "# MyApp\n\nA brief description of what your application does.\n\n## Installation\n\nYou can install MyApp using pip:\n\n```\npip install myapp\n```\n\n## Usage\n\nAfter installation, you can run MyApp from the command line:\n\n```\nmyapp\n```\n\nOr you can use it in your Python scripts:\n\n```python\nfrom myapp_compiled import cy_sensitive_function\n\nresult = cy_sensitive_function(10)\nprint(result)\n```\n\n## Development\n\nTo set up the development environment:\n\n1. Clone this repository\n2. Install the development dependencies: `pip install -r requirements-dev.txt`\n3. Run the build and test script: `./build_and_test.sh`\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A short description of your application",
    "version": "1.0.61",
    "project_urls": {
        "Homepage": "https://github.com/MareArts/pypi_test"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf718ae4a89a154e8aadc04151a59fdf95a4ed4ba6462750f26261cc592d1a7f",
                "md5": "16dfbfc4c05bce633ca228666e7e0cf6",
                "sha256": "215817c58694a69f03de965fc29c9356469edb9209157e180047d8c57550ac15"
            },
            "downloads": -1,
            "filename": "marearts_myapp-1.0.61.tar.gz",
            "has_sig": false,
            "md5_digest": "16dfbfc4c05bce633ca228666e7e0cf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 49325,
            "upload_time": "2024-07-29T18:28:19",
            "upload_time_iso_8601": "2024-07-29T18:28:19.919580Z",
            "url": "https://files.pythonhosted.org/packages/cf/71/8ae4a89a154e8aadc04151a59fdf95a4ed4ba6462750f26261cc592d1a7f/marearts_myapp-1.0.61.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-29 18:28:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MareArts",
    "github_project": "pypi_test",
    "github_not_found": true,
    "lcname": "marearts-myapp"
}
        
Elapsed time: 1.71108s