django-oscar


Namedjango-oscar JSON
Version 3.2.4 PyPI version JSON
download
home_pagehttps://github.com/django-oscar/django-oscar
SummaryA domain-driven e-commerce framework for Django
upload_time2024-02-08 09:53:33
maintainer
docs_urlNone
authorDavid Winterbottom
requires_python>=3.8
licenseBSD
keywords e-commerce django domain-driven
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/logos/oscar.png
    :target: http://oscarcommerce.com

===================================
Domain-driven e-commerce for Django
===================================


Oscar is an e-commerce framework for Django designed for building domain-driven
sites.  It is structured such that any part of the core functionality can be
customised to suit the needs of your project.  This allows a wide range of
e-commerce requirements to be handled, from large-scale B2C sites to complex B2B
sites rich in domain-specific business logic.

Contents:

.. contents:: :local:

.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/oscarcommerce.thumb.png
    :target: http://oscarcommerce.com

.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/readthedocs.thumb.png
    :target: https://django-oscar.readthedocs.io/en/stable/

Further reading:

* `Official homepage`_
* `Sandbox site`_ (automatically deployed via the official docker sandbox image)
* `Documentation`_ on the excellent `readthedocs.org`_
* `Docker image`_ on http://hub.docker.com/
* `django-oscar group`_ - mailing list for questions and announcements
* `Twitter account for news and updates`_
* `Discord`_
* `PyPI page`_
* `Transifex project`_ - translating Oscar made easy



.. _`Official homepage`: http://oscarcommerce.com
.. _`Sandbox site`: https://latest.oscarcommerce.com
.. _`Docker image`: https://hub.docker.com/r/oscarcommerce/django-oscar-sandbox/
.. _`Documentation`: https://docs.oscarcommerce.com/en/latest/
.. _`readthedocs.org`: http://readthedocs.org
.. _`Twitter account for news and updates`: https://twitter.com/#!/django_oscar
.. _`django-oscar group`: https://groups.google.com/forum/?fromgroups#!forum/django-oscar
.. _`PyPI page`: https://pypi.python.org/pypi/django-oscar/
.. _`Transifex project`: https://www.transifex.com/projects/p/django-oscar/
.. _`Discord`: https://discord.gg/NMwfZuJnJZ

Core team:

- `David Winterbottom`_ (Twitter `@codeinthehole`_)
- `Maik Hoepfel`_ (Twitter `@maikhoepfel`_)
- `Markus Bertheau`_
- `Michael van Tellingen`_
- `Alexander Gaevsky`_
- `Samir Shah`_

.. _`David Winterbottom`: https://github.com/codeinthehole
.. _`@codeinthehole`: https://twitter.com/codeinthehole
.. _`Maik Hoepfel`: https://github.com/maikhoepfel
.. _`@maikhoepfel`: https://twitter.com/maikhoepfel
.. _`Markus Bertheau`: https://github.com/mbertheau
.. _`Michael van Tellingen`: https://github.com/mvantellingen
.. _`Alexander Gaevsky`: https://github.com/sasha0
.. _`Samir Shah`: https://github.com/solarissmoke


Supported versions
------------------

The currently supported versions of Oscar are:

+---------+----------------+
| Version | End of support |
+=========+================+
| 3.2 LTS | January 2026   |
+---------+----------------+
| 3.1     | April 2022     |
+---------+----------------+
| 3.0     | May 2021       |
+---------+----------------+
| 2.2 LTS | August 2023    |
+---------+----------------+

Supported versions are eligible for fixes for data loss bugs and security issues. Releases designated as
Long-term support (LTS) releases will receive support for an extended period of 3 years from their release date.


Screenshots
-----------

Sandbox
~~~~~~~

These are screenshots from the 'sandbox' example site that ships with
Oscar.  It sports a simple design built with Twitter's Bootstrap_ and provides a
good starting point for rapidly building elegant e-commerce sites.

.. _Bootstrap: https://getbootstrap.com/

.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/browse.thumb.png
    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/browse.png

.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/detail.thumb.png
    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/detail.png

.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/basket.thumb.png
    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/basket.png

.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dashboard.thumb.png
    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dashboard.png

The sandbox site is also available to browse at https://latest.oscarcommerce.com.

The sandbox site can be set-up locally `in 5 commands`_.  Want to
make changes?  Check out the `contributing guidelines`_.

.. _`in 5 commands`: https://django-oscar.readthedocs.io/en/stable/internals/sandbox.html#running-the-sandbox-locally
.. _`contributing guidelines`: https://django-oscar.readthedocs.io/en/stable/internals/contributing/index.html


Extensions
----------

The following extensions are stable and ready for use:

* django-oscar-api_ - RESTful JSON API for django-oscar

* django-oscar-odin_ - Odin Resources and mappings to Oscar models

* django-oscar-adyen_ - Integration with the Adyen payment gateway

* django-oscar-datacash_ - Integration with the DataCash_ payment gateway

* django-oscar-paypal_ - Integration with PayPal.  This currently supports both
  `Express Checkout`_ and `PayFlow Pro`_.

* django-oscar-paymentexpress_ - Integration with the `Payment Express`_ payment
  gateway

* django-oscar-accounts_ - Managed accounts (can be used for giftcard
  functionality and loyalty schemes)

* django-oscar-stores_ - Physical stores integration (opening hours, store
  locator etc)

* django-oscar-sagepay-direct_ - Integration with "DIRECT" part of Sagepay's API

* django_oscar_docdata_ - Integration with Docdata_ payment gateway.

* django_oscar_invoices_ - Invoices or receipts generation for the
  Oscar

.. _django-oscar-api: https://github.com/django-oscar/django-oscar-api
.. _django-oscar-odin: https://github.com/django-oscar/django-oscar-odin
.. _django-oscar-adyen: https://github.com/django-oscar/django-oscar-adyen
.. _django-oscar-datacash: https://github.com/django-oscar/django-oscar-datacash
.. _django-oscar-paymentexpress: https://github.com/django-oscar/django-oscar-paymentexpress
.. _`Payment Express`: http://www.paymentexpress.com
.. _DataCash: http://www.datacash.com/
.. _django-oscar-paypal: https://github.com/django-oscar/django-oscar-paypal
.. _`Express Checkout`: https://www.paypal.com/uk/cgi-bin/webscr?cmd=_additional-payment-ref-impl1
.. _`PayFlow Pro`: https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=merchant/payment_gateway
.. _django-oscar-accounts: https://github.com/django-oscar/django-oscar-accounts
.. _django-oscar-easyrec: https://github.com/django-oscar/django-oscar-easyrec
.. _EasyRec: http://easyrec.org/
.. _django-oscar-stores: https://github.com/django-oscar/django-oscar-stores
.. _django-oscar-sagepay-direct: https://github.com/django-oscar/django-oscar-sagepay-direct
.. _eWay: https://www.eway.com.au
.. _django_oscar_docdata: https://github.com/django-oscar/django-oscar-docdata
.. _Docdata: https://www.docdatapayments.com/
.. _django_oscar_invoices: https://github.com/django-oscar/django-oscar-invoices

The following are community-written extensions:

* django-oscar-payments_ - Pluggable payments for Oscar

* oscar-sagepay_ - Payment integration with Sage Pay

* django-oscar-support_ - Customer services and ticketing plugin for Oscar

* django-oscar-api-checkout_ - Oscar API Checkout is a layer on top of
  django-oscar and django-oscar-api, adding support for more complex and
  multiple payment options during an API checkout.

* django-oscar-bundles_ - Oscar Bundles adds multi-product bundles to
  django-oscar.

* django-oscar-bluelight_ - `Bluelight Specials`_ is a layer on-top of
  django-oscar that adds support for more complex offers and vouchers,
  including conjunctive and disjunctive compound conditions.

* django-oscar-cch_ - Oscar CCH is a plugin for django-oscar adding support
  for calculating taxes using the Wolters Kluwer `CCH Sales Tax Office`_ SOAP
  API.

* django-oscar-cybersource_ - Oscar CyberSource is a plugin for Oscar API
  Checkout that makes it possible to use
  `CyberSource Secure Acceptance Silent Order Post`_ as an order payment
  method.

* django-oscar-wfrs_ - Oscar WFRS is a plugin for django-oscar-api-checkout_
  that makes it possible to use `Wells Fargo Retail Services`_ as an order
  payment method.
  
* django-oscar-zarinpal-gateway_ - Payment gateway integration for Zarinpal Payments in django-oscar. Zarinpal Payments is a large payment gateway based in The I.R. Iran .

Let us know if you're writing a new one!

.. _django-oscar-payments: https://github.com/Lacrymology/django-oscar-payments
.. _oscar-sagepay: https://github.com/udox/oscar-sagepay
.. _django-oscar-support: https://github.com/SalahAdDin/django-oscar-support
.. _django-oscar-api-checkout: https://github.com/thelabnyc/django-oscar-api-checkout
.. _django-oscar-bundles: https://github.com/thelabnyc/django-oscar-bundles
.. _django-oscar-bluelight: https://github.com/thelabnyc/django-oscar-bluelight
.. _`Bluelight Specials`: https://en.wiktionary.org/wiki/blue-light_special
.. _django-oscar-cch: https://github.com/thelabnyc/django-oscar-cch
.. _`CCH Sales Tax Office`: http://www.salestax.com/solutions/calculation/cch-salestax-office/
.. _django-oscar-cybersource: https://github.com/thelabnyc/django-oscar-cybersource
.. _`CyberSource Secure Acceptance Silent Order Post`: https://www.cybersource.com/products/payment_security/secure_acceptance_silent_order_post/
.. _django-oscar-wfrs: https://github.com/thelabnyc/django-oscar-wfrs
.. _`Wells Fargo Retail Services`: https://retailservices.wellsfargo.com/
.. _django-oscar-zarinpal-gateway: https://github.com/mojtabaakbari221b/django-oscar-zarinpal-gateway


Videos
------

Videos with talks about Oscar:

* `An introduction to Django-oscar`_ by `David Winterbottom`_, DjangoCon Europe 2014
* `Oscar and the art of transactional Django applications`_ by `David Winterbottom`_, PyCon PL 2014
* `The Tale of Oscar and the API`_ by `Kees Hink`_, PyGrunn 2017

.. _`An introduction to Django-oscar`: https://youtu.be/o4ol6EzGDSw
.. _`Oscar and the art of transactional Django applications`: https://youtu.be/datKUNTKYz8
.. _`The Tale of Oscar and the API`: https://youtu.be/YPnKoiyGIHM
.. _`Kees Hink`: https://github.com/khink

License
-------

Oscar is released under the permissive `New BSD license`_ (see summary_).

.. _summary: https://tldrlegal.com/license/bsd-3-clause-license-(revised)

.. _`New BSD license`: https://github.com/django-oscar/django-oscar/blob/master/LICENSE

Contributing to the Project
---------------------------

We welcome contributions to the project! Whether it's a bug fix, a new feature, or just some documentation improvements, your contributions are greatly appreciated.

To contribute, please follow these steps:

Fork the project repository on GitHub.
Clone your forked repository to your local machine.
Create a new branch for your changes.
Make your changes, and commit them with clear commit messages.
Push your changes to your forked repository.
Open a pull request on the original project repository, explaining your changes.
Please note that all contributions are subject to review, and may be modified or rejected if they do not meet the project's standards.

Code of Conduct
---------------

We want everyone involved in the project to feel safe and respected, regardless of their background or identity. As such, we have adopted the following Code of Conduct:

Our Pledge 
----------

In the interest of fostering an open and welcoming environment, we pledge to:

Be friendly and welcoming to all contributors.
Respect differing viewpoints and experiences.
Accept constructive criticism and feedback graciously.
Focus on what is best for the community and the project.

Our Standards
-------------

We expect all contributors to:

Use welcoming and inclusive language.
Be respectful of differing viewpoints and experiences.
Gracefully accept constructive criticism.
Focus on what is best for the community and the project.

Our Responsibilities
--------------------

Project maintainers are responsible for:

Enforcing the Code of Conduct.
Investigating and addressing reported violations of the Code of Conduct.
Making clear and fair decisions about disciplinary actions for violations of the Code of Conduct.
Scope
This Code of Conduct applies to all contributors, both online and offline, in all project spaces, including but not limited to project forums, mailing lists, GitHub repositories, and in-person events.

Enforcement
-----------

If you witness or experience unacceptable behavior, or have any other concerns, please notify the project maintainers at viggo@highbiza.nl & joey@highbiza.nl. All reports will be kept confidential, and the project maintainers will work with you to determine a resolution.

We reserve the right to take any action deemed necessary to enforce this Code of Conduct, including but not limited to warning the offender, banning the offender from the project's spaces, or reporting the offender to relevant authorities.
Case studies
------------

Oscar is still in active development but is used in production by a range of
companies, from large multinationals to small, boutique stores. See
http://oscarcommerce.com/cases.html for an overview.

Many more on the way.  If you use Oscar in production, please `let us know`_.

.. _`let us know`: https://github.com/django-oscar/oscarcommerce.com/issues

Looking for commercial support?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you are interested in having an Oscar project built for you, or for
development of an existing Oscar site then please get in touch via `info@oscarcommerce.com`_.

.. _`info@oscarcommerce.com`: mailto:info@oscarcommerce.com

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/django-oscar/django-oscar",
    "name": "django-oscar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "E-commerce,Django,domain-driven",
    "author": "David Winterbottom",
    "author_email": "david.winterbottom@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/39/29/71dbff30fb59a6d64a284ca7381f42299f5b939162565f61c549cf6914fa/django-oscar-3.2.4.tar.gz",
    "platform": "linux",
    "description": ".. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/logos/oscar.png\n    :target: http://oscarcommerce.com\n\n===================================\nDomain-driven e-commerce for Django\n===================================\n\n\nOscar is an e-commerce framework for Django designed for building domain-driven\nsites.  It is structured such that any part of the core functionality can be\ncustomised to suit the needs of your project.  This allows a wide range of\ne-commerce requirements to be handled, from large-scale B2C sites to complex B2B\nsites rich in domain-specific business logic.\n\nContents:\n\n.. contents:: :local:\n\n.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/oscarcommerce.thumb.png\n    :target: http://oscarcommerce.com\n\n.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/readthedocs.thumb.png\n    :target: https://django-oscar.readthedocs.io/en/stable/\n\nFurther reading:\n\n* `Official homepage`_\n* `Sandbox site`_ (automatically deployed via the official docker sandbox image)\n* `Documentation`_ on the excellent `readthedocs.org`_\n* `Docker image`_ on http://hub.docker.com/\n* `django-oscar group`_ - mailing list for questions and announcements\n* `Twitter account for news and updates`_\n* `Discord`_\n* `PyPI page`_\n* `Transifex project`_ - translating Oscar made easy\n\n\n\n.. _`Official homepage`: http://oscarcommerce.com\n.. _`Sandbox site`: https://latest.oscarcommerce.com\n.. _`Docker image`: https://hub.docker.com/r/oscarcommerce/django-oscar-sandbox/\n.. _`Documentation`: https://docs.oscarcommerce.com/en/latest/\n.. _`readthedocs.org`: http://readthedocs.org\n.. _`Twitter account for news and updates`: https://twitter.com/#!/django_oscar\n.. _`django-oscar group`: https://groups.google.com/forum/?fromgroups#!forum/django-oscar\n.. _`PyPI page`: https://pypi.python.org/pypi/django-oscar/\n.. _`Transifex project`: https://www.transifex.com/projects/p/django-oscar/\n.. _`Discord`: https://discord.gg/NMwfZuJnJZ\n\nCore team:\n\n- `David Winterbottom`_ (Twitter `@codeinthehole`_)\n- `Maik Hoepfel`_ (Twitter `@maikhoepfel`_)\n- `Markus Bertheau`_\n- `Michael van Tellingen`_\n- `Alexander Gaevsky`_\n- `Samir Shah`_\n\n.. _`David Winterbottom`: https://github.com/codeinthehole\n.. _`@codeinthehole`: https://twitter.com/codeinthehole\n.. _`Maik Hoepfel`: https://github.com/maikhoepfel\n.. _`@maikhoepfel`: https://twitter.com/maikhoepfel\n.. _`Markus Bertheau`: https://github.com/mbertheau\n.. _`Michael van Tellingen`: https://github.com/mvantellingen\n.. _`Alexander Gaevsky`: https://github.com/sasha0\n.. _`Samir Shah`: https://github.com/solarissmoke\n\n\nSupported versions\n------------------\n\nThe currently supported versions of Oscar are:\n\n+---------+----------------+\n| Version | End of support |\n+=========+================+\n| 3.2 LTS | January 2026   |\n+---------+----------------+\n| 3.1     | April 2022     |\n+---------+----------------+\n| 3.0     | May 2021       |\n+---------+----------------+\n| 2.2 LTS | August 2023    |\n+---------+----------------+\n\nSupported versions are eligible for fixes for data loss bugs and security issues. Releases designated as\nLong-term support (LTS) releases will receive support for an extended period of 3 years from their release date.\n\n\nScreenshots\n-----------\n\nSandbox\n~~~~~~~\n\nThese are screenshots from the 'sandbox' example site that ships with\nOscar.  It sports a simple design built with Twitter's Bootstrap_ and provides a\ngood starting point for rapidly building elegant e-commerce sites.\n\n.. _Bootstrap: https://getbootstrap.com/\n\n.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/browse.thumb.png\n    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/browse.png\n\n.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/detail.thumb.png\n    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/detail.png\n\n.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/basket.thumb.png\n    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/basket.png\n\n.. image:: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dashboard.thumb.png\n    :target: https://github.com/django-oscar/django-oscar/raw/master/docs/images/screenshots/dashboard.png\n\nThe sandbox site is also available to browse at https://latest.oscarcommerce.com.\n\nThe sandbox site can be set-up locally `in 5 commands`_.  Want to\nmake changes?  Check out the `contributing guidelines`_.\n\n.. _`in 5 commands`: https://django-oscar.readthedocs.io/en/stable/internals/sandbox.html#running-the-sandbox-locally\n.. _`contributing guidelines`: https://django-oscar.readthedocs.io/en/stable/internals/contributing/index.html\n\n\nExtensions\n----------\n\nThe following extensions are stable and ready for use:\n\n* django-oscar-api_ - RESTful JSON API for django-oscar\n\n* django-oscar-odin_ - Odin Resources and mappings to Oscar models\n\n* django-oscar-adyen_ - Integration with the Adyen payment gateway\n\n* django-oscar-datacash_ - Integration with the DataCash_ payment gateway\n\n* django-oscar-paypal_ - Integration with PayPal.  This currently supports both\n  `Express Checkout`_ and `PayFlow Pro`_.\n\n* django-oscar-paymentexpress_ - Integration with the `Payment Express`_ payment\n  gateway\n\n* django-oscar-accounts_ - Managed accounts (can be used for giftcard\n  functionality and loyalty schemes)\n\n* django-oscar-stores_ - Physical stores integration (opening hours, store\n  locator etc)\n\n* django-oscar-sagepay-direct_ - Integration with \"DIRECT\" part of Sagepay's API\n\n* django_oscar_docdata_ - Integration with Docdata_ payment gateway.\n\n* django_oscar_invoices_ - Invoices or receipts generation for the\n  Oscar\n\n.. _django-oscar-api: https://github.com/django-oscar/django-oscar-api\n.. _django-oscar-odin: https://github.com/django-oscar/django-oscar-odin\n.. _django-oscar-adyen: https://github.com/django-oscar/django-oscar-adyen\n.. _django-oscar-datacash: https://github.com/django-oscar/django-oscar-datacash\n.. _django-oscar-paymentexpress: https://github.com/django-oscar/django-oscar-paymentexpress\n.. _`Payment Express`: http://www.paymentexpress.com\n.. _DataCash: http://www.datacash.com/\n.. _django-oscar-paypal: https://github.com/django-oscar/django-oscar-paypal\n.. _`Express Checkout`: https://www.paypal.com/uk/cgi-bin/webscr?cmd=_additional-payment-ref-impl1\n.. _`PayFlow Pro`: https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=merchant/payment_gateway\n.. _django-oscar-accounts: https://github.com/django-oscar/django-oscar-accounts\n.. _django-oscar-easyrec: https://github.com/django-oscar/django-oscar-easyrec\n.. _EasyRec: http://easyrec.org/\n.. _django-oscar-stores: https://github.com/django-oscar/django-oscar-stores\n.. _django-oscar-sagepay-direct: https://github.com/django-oscar/django-oscar-sagepay-direct\n.. _eWay: https://www.eway.com.au\n.. _django_oscar_docdata: https://github.com/django-oscar/django-oscar-docdata\n.. _Docdata: https://www.docdatapayments.com/\n.. _django_oscar_invoices: https://github.com/django-oscar/django-oscar-invoices\n\nThe following are community-written extensions:\n\n* django-oscar-payments_ - Pluggable payments for Oscar\n\n* oscar-sagepay_ - Payment integration with Sage Pay\n\n* django-oscar-support_ - Customer services and ticketing plugin for Oscar\n\n* django-oscar-api-checkout_ - Oscar API Checkout is a layer on top of\n  django-oscar and django-oscar-api, adding support for more complex and\n  multiple payment options during an API checkout.\n\n* django-oscar-bundles_ - Oscar Bundles adds multi-product bundles to\n  django-oscar.\n\n* django-oscar-bluelight_ - `Bluelight Specials`_ is a layer on-top of\n  django-oscar that adds support for more complex offers and vouchers,\n  including conjunctive and disjunctive compound conditions.\n\n* django-oscar-cch_ - Oscar CCH is a plugin for django-oscar adding support\n  for calculating taxes using the Wolters Kluwer `CCH Sales Tax Office`_ SOAP\n  API.\n\n* django-oscar-cybersource_ - Oscar CyberSource is a plugin for Oscar API\n  Checkout that makes it possible to use\n  `CyberSource Secure Acceptance Silent Order Post`_ as an order payment\n  method.\n\n* django-oscar-wfrs_ - Oscar WFRS is a plugin for django-oscar-api-checkout_\n  that makes it possible to use `Wells Fargo Retail Services`_ as an order\n  payment method.\n  \n* django-oscar-zarinpal-gateway_ - Payment gateway integration for Zarinpal Payments in django-oscar. Zarinpal Payments is a large payment gateway based in The I.R. Iran .\n\nLet us know if you're writing a new one!\n\n.. _django-oscar-payments: https://github.com/Lacrymology/django-oscar-payments\n.. _oscar-sagepay: https://github.com/udox/oscar-sagepay\n.. _django-oscar-support: https://github.com/SalahAdDin/django-oscar-support\n.. _django-oscar-api-checkout: https://github.com/thelabnyc/django-oscar-api-checkout\n.. _django-oscar-bundles: https://github.com/thelabnyc/django-oscar-bundles\n.. _django-oscar-bluelight: https://github.com/thelabnyc/django-oscar-bluelight\n.. _`Bluelight Specials`: https://en.wiktionary.org/wiki/blue-light_special\n.. _django-oscar-cch: https://github.com/thelabnyc/django-oscar-cch\n.. _`CCH Sales Tax Office`: http://www.salestax.com/solutions/calculation/cch-salestax-office/\n.. _django-oscar-cybersource: https://github.com/thelabnyc/django-oscar-cybersource\n.. _`CyberSource Secure Acceptance Silent Order Post`: https://www.cybersource.com/products/payment_security/secure_acceptance_silent_order_post/\n.. _django-oscar-wfrs: https://github.com/thelabnyc/django-oscar-wfrs\n.. _`Wells Fargo Retail Services`: https://retailservices.wellsfargo.com/\n.. _django-oscar-zarinpal-gateway: https://github.com/mojtabaakbari221b/django-oscar-zarinpal-gateway\n\n\nVideos\n------\n\nVideos with talks about Oscar:\n\n* `An introduction to Django-oscar`_ by `David Winterbottom`_, DjangoCon Europe 2014\n* `Oscar and the art of transactional Django applications`_ by `David Winterbottom`_, PyCon PL 2014\n* `The Tale of Oscar and the API`_ by `Kees Hink`_, PyGrunn 2017\n\n.. _`An introduction to Django-oscar`: https://youtu.be/o4ol6EzGDSw\n.. _`Oscar and the art of transactional Django applications`: https://youtu.be/datKUNTKYz8\n.. _`The Tale of Oscar and the API`: https://youtu.be/YPnKoiyGIHM\n.. _`Kees Hink`: https://github.com/khink\n\nLicense\n-------\n\nOscar is released under the permissive `New BSD license`_ (see summary_).\n\n.. _summary: https://tldrlegal.com/license/bsd-3-clause-license-(revised)\n\n.. _`New BSD license`: https://github.com/django-oscar/django-oscar/blob/master/LICENSE\n\nContributing to the Project\n---------------------------\n\nWe welcome contributions to the project! Whether it's a bug fix, a new feature, or just some documentation improvements, your contributions are greatly appreciated.\n\nTo contribute, please follow these steps:\n\nFork the project repository on GitHub.\nClone your forked repository to your local machine.\nCreate a new branch for your changes.\nMake your changes, and commit them with clear commit messages.\nPush your changes to your forked repository.\nOpen a pull request on the original project repository, explaining your changes.\nPlease note that all contributions are subject to review, and may be modified or rejected if they do not meet the project's standards.\n\nCode of Conduct\n---------------\n\nWe want everyone involved in the project to feel safe and respected, regardless of their background or identity. As such, we have adopted the following Code of Conduct:\n\nOur Pledge \n----------\n\nIn the interest of fostering an open and welcoming environment, we pledge to:\n\nBe friendly and welcoming to all contributors.\nRespect differing viewpoints and experiences.\nAccept constructive criticism and feedback graciously.\nFocus on what is best for the community and the project.\n\nOur Standards\n-------------\n\nWe expect all contributors to:\n\nUse welcoming and inclusive language.\nBe respectful of differing viewpoints and experiences.\nGracefully accept constructive criticism.\nFocus on what is best for the community and the project.\n\nOur Responsibilities\n--------------------\n\nProject maintainers are responsible for:\n\nEnforcing the Code of Conduct.\nInvestigating and addressing reported violations of the Code of Conduct.\nMaking clear and fair decisions about disciplinary actions for violations of the Code of Conduct.\nScope\nThis Code of Conduct applies to all contributors, both online and offline, in all project spaces, including but not limited to project forums, mailing lists, GitHub repositories, and in-person events.\n\nEnforcement\n-----------\n\nIf you witness or experience unacceptable behavior, or have any other concerns, please notify the project maintainers at viggo@highbiza.nl & joey@highbiza.nl. All reports will be kept confidential, and the project maintainers will work with you to determine a resolution.\n\nWe reserve the right to take any action deemed necessary to enforce this Code of Conduct, including but not limited to warning the offender, banning the offender from the project's spaces, or reporting the offender to relevant authorities.\nCase studies\n------------\n\nOscar is still in active development but is used in production by a range of\ncompanies, from large multinationals to small, boutique stores. See\nhttp://oscarcommerce.com/cases.html for an overview.\n\nMany more on the way.  If you use Oscar in production, please `let us know`_.\n\n.. _`let us know`: https://github.com/django-oscar/oscarcommerce.com/issues\n\nLooking for commercial support?\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIf you are interested in having an Oscar project built for you, or for\ndevelopment of an existing Oscar site then please get in touch via `info@oscarcommerce.com`_.\n\n.. _`info@oscarcommerce.com`: mailto:info@oscarcommerce.com\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A domain-driven e-commerce framework for Django",
    "version": "3.2.4",
    "project_urls": {
        "Homepage": "https://github.com/django-oscar/django-oscar"
    },
    "split_keywords": [
        "e-commerce",
        "django",
        "domain-driven"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20ed079812226b0500d1ab396ca98ed072e559333c4cc3dbc1c8a942c97ecd98",
                "md5": "1d105d78ce040ede615480beb776bba1",
                "sha256": "22d2f2725ba273335f12f28bf7ed79f49a63ee2d16bd842e103c90b2a65bb504"
            },
            "downloads": -1,
            "filename": "django_oscar-3.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d105d78ce040ede615480beb776bba1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9280499,
            "upload_time": "2024-02-08T09:53:27",
            "upload_time_iso_8601": "2024-02-08T09:53:27.438536Z",
            "url": "https://files.pythonhosted.org/packages/20/ed/079812226b0500d1ab396ca98ed072e559333c4cc3dbc1c8a942c97ecd98/django_oscar-3.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "392971dbff30fb59a6d64a284ca7381f42299f5b939162565f61c549cf6914fa",
                "md5": "8c5ae058c60e5836a5c045065bdf7df4",
                "sha256": "79a48dfd3cd9a6d93636e55bc7cba25abb56c05c200fcd0c0f30face9566a998"
            },
            "downloads": -1,
            "filename": "django-oscar-3.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8c5ae058c60e5836a5c045065bdf7df4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8751530,
            "upload_time": "2024-02-08T09:53:33",
            "upload_time_iso_8601": "2024-02-08T09:53:33.755145Z",
            "url": "https://files.pythonhosted.org/packages/39/29/71dbff30fb59a6d64a284ca7381f42299f5b939162565f61c549cf6914fa/django-oscar-3.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 09:53:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-oscar",
    "github_project": "django-oscar",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "django-oscar"
}
        
Elapsed time: 0.20416s